home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 March / macformat-022.iso / Shareware City / Developers / src / out-of-phase-102-c / OutOfPhase 1.02 Source / OutOfPhase Folder / ImportRAWSample.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-11-23  |  701 b   |  35 lines  |  [TEXT/KAHL]

  1. /* ImportRAWSample.h */
  2.  
  3. #ifndef Included_ImportRAWSample_h
  4. #define Included_ImportRAWSample_h
  5.  
  6. /* ImportRAWSample module depends on */
  7. /* MiscInfo.h */
  8. /* Audit */
  9. /* Debug */
  10. /* Definitions */
  11. /* MainWindowStuff */
  12. /* Files */
  13. /* Alert */
  14. /* Memory */
  15. /* Screen */
  16. /* TextEdit */
  17. /* RadioButton */
  18. /* SimpleButton */
  19. /* Numbers */
  20. /* Main */
  21. /* Menus */
  22. /* EventLoop */
  23. /* SampleConsts */
  24. /* BufferedFileInput */
  25. /* SampleObject */
  26.  
  27. /* forwards */
  28. struct MainWindowRec;
  29.  
  30. /* this routine gets a file and imports it according to some generic parameters */
  31. /* that the user can specify.  any errors are handled by the routine. */
  32. void                                    ImportRAWSample(struct MainWindowRec* MainWindow);
  33.  
  34. #endif
  35.